projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0c29b
)
tests: Don't call gtk_style_context_invalidate()
author
Benjamin Otte
<otte@redhat.com>
Tue, 1 Oct 2013 13:08:55 +0000
(15:08 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 5 Oct 2013 11:57:51 +0000
(13:57 +0200)
It's not needed anymore.
tests/testframe.c
patch
|
blob
|
history
diff --git
a/tests/testframe.c
b/tests/testframe.c
index 1ef5100b95a57a2f66a0b7a7a9d78f0d7e7eca20..4eda506cc032ecd8d01ab77f38e56bc2c8a4d06c 100644
(file)
--- a/
tests/testframe.c
+++ b/
tests/testframe.c
@@
-47,7
+47,6
@@
spin_ythickness_cb (GtkSpinButton *spin, gpointer user_data)
gtk_css_provider_load_from_data (provider, data, -1, NULL);
g_free (data);
- gtk_style_context_invalidate (context);
gtk_widget_queue_resize (frame);
}
@@
-80,7
+79,6
@@
spin_xthickness_cb (GtkSpinButton *spin, gpointer user_data)
gtk_css_provider_load_from_data (provider, data, -1, NULL);
g_free (data);
- gtk_style_context_invalidate (context);
gtk_widget_queue_resize (frame);
}